home *** CD-ROM | disk | FTP | other *** search
/ Gekikoh Dennoh Club 1 / Gekikoh Dennoh Club Vol. 1 (Japan).7z / Gekikoh Dennoh Club Vol. 1 (Japan) (Track 1).bin / kowin / archive / sys / kowin14s.lzh / parts / iconman.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-10  |  334 b   |  18 lines

  1. /*    IconMan.h v1.00 1992 H.Ogasawara(COR.)    */
  2.  
  3. #ifndef    _Ko_IconMan_
  4. #define    _Ko_IconMan_
  5.  
  6. #ifndef    _WLIB_
  7. #include    <wlib.h>
  8. #endif
  9.  
  10. typedef    struct _Iconstruct {
  11.     WindowID    (*iconifyexec)( WindowID, int, int, int (*)(), int*, int* );
  12.     int            (*iconmouseexec)( WindowID, EventInfo*, int* );
  13.     int        x, y;
  14. } IconMan;
  15.  
  16. #endif
  17.  
  18.